func io/fs.errNotExist

2 uses

	io/fs (current package)
		fs.go#L140: 	ErrNotExist   = errNotExist()   // "file does not exist"
		fs.go#L147: func errNotExist() error   { return oserror.ErrNotExist }